home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / geometry / hpoint3 / Makedefs < prev    next >
Encoding:
Text File  |  1992-12-10  |  261 b   |  7 lines

  1. NAME = 3d
  2. SIMPLEINCS = point.h plane.h line.h tolerance.h
  3. INCS = hpoint3.h hplane3.h hline3.h hg4.h  ${SIMPLEINCS}
  4. SRCS = hpoint3.c hpoint3a.c hpoint3b.c hplane3.c hline3.c hg4.c
  5. OBJS = hpoint3.o hpoint3a.o hpoint3b.o hplane3.o hline3.o hg4.o
  6. TARGETS = ${OBJS}
  7.